Website for more information about the router pattern 網(wǎng)站來獲取更多的關(guān)于router模式的信息。
Creating flexible web service implementations with the router pattern 用router模式創(chuàng)建靈活的web服務(wù)
Part 3 : creating flexible web service implementations with the router pattern 第3部分:使用路由器模式創(chuàng)建靈活的web服務(wù)實現(xiàn)
Another important aspect of the router pattern is the notion that the deployment of the business components being routed to is independent of the deployment of the router Router模式的另一個重要的方面是應(yīng)注意到請求發(fā)向的商業(yè)組件的部署是獨立于路由器的部署的。
This third tip in a series continues the short series of discussions focusing on the application of well - defined and proven web application design strategies to the world of web services with an exploration of the router pattern 本文繼續(xù)介紹簡短系列中的第3個技巧,該系列重在討論應(yīng)用問題,即通過嘗試使用router模式將已明確定義好并驗證過的web應(yīng)用程序設(shè)計策略用于整個web服務(wù)。
To illustrate a simple application of the router pattern , youre going to create a web service that exposes a single operation that , depending on the specific value of the input parameters , will either convert a provided text string to either all caps or all lower case 為了說明router模式的簡單應(yīng)用,您應(yīng)當(dāng)先建立一種需要單一操作支持的web服務(wù),這種操作依賴于輸入?yún)?shù)的具體值,它將把已獲得的文本字符串轉(zhuǎn)換為大寫或小寫字母。